func github.com/jackc/pgx/v5/pgtype.encodeNumericText
3 uses
github.com/jackc/pgx/v5/pgtype (current package)
numeric.go#L507: return encodeNumericText(n, buf)
numeric.go#L551: func encodeNumericText(n Numeric, buf []byte) (newBuf []byte, err error) {
numeric.go#L776: sbuf, err := encodeNumericText(n, nil)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)